Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.8 Assembly / C1.Win.C1Document Namespace / IAsyncActionWithProgress<TProgress> Interface / ErrorCode Property

In This Topic
    ErrorCode Property (IAsyncActionWithProgress<TProgress>)
    In This Topic
    Gets an exception occurs in the asynchronous operation.
    Syntax
    'Declaration
     
    ReadOnly Property ErrorCode As Exception
    Exception ErrorCode {get;}
    See Also